home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / graphics / n-z / xanim4 / amiga.readme next >
Text File  |  1995-12-21  |  5KB  |  133 lines

  1. Short:    XAnim - animation viewer 2.69.7.5, at least 68020+WB2.04
  2. Author:   Mark Podlipec/Terje Pedersen (Amiga part)
  3. Uploader: terjepe@stud.cs.uit.no
  4. Type:     gfx/show
  5.  
  6. This is a 'no changes whatsoever' 'port' of the X11 animation viewer Xanim
  7. (ok, 3 lines containing X11_LSB had to be changed to X11_MSB..)
  8. by Mark Podlipec. It means that the program relies on my libX11 to run, and
  9. does everything in the same manner as the X11 version does. Which means
  10. internally it uses a chunky representation of the frames and isn't what
  11. you would call fast! (great on my A4000/040 though!)
  12.  
  13. It uses the chunky stuff from Morten Eriksen (thanks Morten!), 
  14. which may cause problems on some gfx cards. 
  15.  
  16. setenv X11/askmode 1 : xanim will pop up an asl screenmode requester
  17. before opening the screen. (this is wb2.1+ only!)
  18.  
  19. This is improved somewhat and will probably work better with gfxcards.
  20.  
  21. setenv X11/gfxcard 1 : xanim will not use the chunky stuff from Morten
  22. but WritePixelArray and other system functions. If the program loads
  23. the anim but crashes horribly after opening the screen, try it!
  24.  
  25. setenv X11/usepub Workbench : xanim will open a window on the workbench
  26. and display the anim there!
  27.  
  28. setenv X11/debug 1 : prints a couple of debug lines..
  29.  
  30. set stack to at least 20000! (it doesn't do any stackcheck!)
  31.  
  32. If you are trying to run this on a non AGA machine and
  33. no gfx board either then the anims may not look too good!
  34. (32 colors max when running 256 color anims usually looks
  35. somewhat poor) But you will probably get a general idea as
  36. to how it might look in 256 colors! Also not running on wb3.0+
  37. it might easily crash if you are unlucky!
  38.  
  39. some info from the xanim.man file:
  40.        XAnim  is a program that can display animations of various
  41.        formats on systems running X11.  XAnim currently  supports
  42.        the following animation types:
  43.  
  44.       +  FLI animations.
  45.       +  FLC animations.
  46.       +  IFF animations.  The  following  features  are  sup-
  47.          ported:
  48.            -> Compressions 3,5,7,J(movies) and l(small L).
  49.            -> Color cycling during single images and anims.
  50.            -> Display Modes: depth 1-8, EHB, HAM and HAM8.
  51.       +  GIF87a and GIF89a files.
  52.            -> single and multiple images supported.
  53.            -> GIF89a animation extensions supported.
  54.       +  GIF89a animation extension support.
  55.       +  a kludgy text file listing gifs and  what  order  to
  56.          show them in.
  57.       +  DL animations. Formats 1, 2 and 3. TEMPORARILY DISABLED.
  58.       +  Amiga PFX(PageFlipper Plus F/X) animations. DISABLED TEMPORARILY.
  59.       +  Amiga MovieSetter animations(For those Eric Schwartz
  60.          fans).
  61.       +  Utah Raster Toolkit RLE images and anims.
  62.       +  AVI animations. Currently supported are
  63.            ->*IBM Ultimotion     (ULTI) depth 16.
  64.                -> JPEG               (JPEG) depth 24.
  65.                -> Motion JPEG        (MJPG) depth 24.
  66.                -> Intergraph JPEG    (IJPG) depth 24.
  67.            -> Microsoft Video 1  (CRAM) depth 8 and 16.
  68.            -> SuperMac Cinepak   (CVID) depth 24.
  69.            -> Uncompressed       (RGB ) depth 8
  70.            -> Run length encoded (RLE8) depth 8.
  71.       +  Quicktime Animations.  The  following  features  are
  72.          supported:
  73.            -> Uncompressed     (RAW ) depth 4,8,16,24,24+ and GRAY 4,8.
  74.            -> Apple Graphics   (RLE ) depth 1,8,16 and 24 and GRAY 8.
  75.            -> Apple Animation  (SMC ) depth 8 and GRAY.
  76.            -> Apple Video      (RPZA) depth 16.
  77.            -> SuperMac Cinepak (CVID) depth 24 and GRAY 8.
  78.            -> ???      YUV2    (YUV2) depth 24.
  79.            -> Photo JPEG       (JPEG) depth 8 and 24.
  80.            -> Supports multiple video trak's.
  81.            -> Supports animations with multiple codecs.
  82.            -> Supports single-fork and separate .rsrc and .data forks.
  83.       +  JFIF images. NOTE: use XV for single images. This is more
  84.          for animation of a sequence of JPEG images.
  85.       +  WAV audio files may have their sound added to any animation
  86.          type that doesn't already have audio, by specifying the .wav
  87.          file after the animation file on the command line. Currently
  88.          only the PCM audio codec is supported.
  89.       +  any combination of the above  on  the  same  command
  90.          line.
  91.  
  92. source headers say:
  93.  
  94. /*
  95.  * xanim.c
  96.  *
  97.  * Copyright (C) 1990,1991,1992,1993,1994 by Mark Podlipec. 
  98.  * All rights reserved.
  99.  *
  100.  * This software may be freely copied, modified and redistributed without
  101.  * fee for non-commerical purposes provided that this copyright notice is
  102.  * preserved intact on all copies and modified copies.
  103.  * 
  104.  * There is no warranty or other guarantee of fitness of this software.
  105.  * It is provided solely "as is". The author(s) disclaim(s) all
  106.  * responsibility and liability with respect to this software's usage
  107.  * or its effect upon hardware or computer systems.
  108.  *
  109.  */
  110.  
  111. So redistribute it any way you like, (if you find it worthy of the
  112. effort..)
  113.  
  114. If you can think of anything that involves my address:
  115.  Terje Pedersen
  116.  Oterveien 55
  117.  9017 Tromsoe
  118.  Norway
  119. or if you want to tell me how great the 'port' is you can use
  120. terjepe@stud.cs.uit.no :-)
  121.  
  122. I can't legally charge anything for this program, but if you are
  123. really impressed by my efforts and want to support my work, no
  124. one can prevent you from sending me a small contribution!
  125.  
  126. Want to know more about xanim? try:
  127. http://www.portal.com/~podlipec/home.html  "The XAnim Home Page"
  128.  
  129. And thanks to all who has suggested improvements and ways
  130. to prevent possible problems on other configurations! (thanks Olaf!)
  131.  
  132. TP
  133.